'Declaration
<NotNullAttribute()> Public Property Item As String
'Usage
Dim instance As DAItemChangedPayload(Of TValue) Dim value As String instance.Item = value value = instance.Item
[NotNull()] public string Item {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).